home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TFILENAMEFRM / TFILENAMEFRM.txt
Text File  |  1998-11-20  |  870b  |  49 lines

  1. object FileNameFrm: TFileNameFrm
  2.   Left = 241
  3.   Top = 226
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'File Name'
  7.   ClientHeight = 73
  8.   ClientWidth = 297
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 157
  20.     Height = 13
  21.     Caption = 'Enter File Name To Use (No Ext.)'
  22.   end
  23.   object FileName: TEdit
  24.     Left = 8
  25.     Top = 24
  26.     Width = 193
  27.     Height = 21
  28.     TabOrder = 0
  29.   end
  30.   object BitBtn1: TBitBtn
  31.     Left = 216
  32.     Top = 8
  33.     Width = 75
  34.     Height = 25
  35.     Caption = '&OK'
  36.     TabOrder = 1
  37.     Kind = bkOK
  38.   end
  39.   object BitBtn2: TBitBtn
  40.     Left = 216
  41.     Top = 40
  42.     Width = 75
  43.     Height = 25
  44.     Caption = '&Cancel'
  45.     TabOrder = 2
  46.     Kind = bkCancel
  47.   end
  48. end
  49.